Intersoft ClientUI Documentation
IsValueError Property



Gets or sets error status of the control value. By default the error status is set to false if the value is invalid.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsValueError As Boolean
Dim instance As UXMaskedInputGenericBase(Of T)
Dim value As Boolean
 
instance.IsValueError = value
 
value = instance.IsValueError
[CategoryAttribute("Common Properties")]
public bool IsValueError {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsValueError {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXMaskedInputGenericBase<T> Class
UXMaskedInputGenericBase<T> Members

Send Feedback